home *** CD-ROM | disk | FTP | other *** search
/ Cre@te Online 2000 December / Cre@teOnline CD05.iso / MacSoft / XML Instance.sea / XML Instance / Required / plugins / HTMLWindow.jar / horst / DIVView.class (.txt) < prev    next >
Encoding:
Java Class File  |  2000-03-18  |  832 b   |  12 lines

  1. package horst;
  2.  
  3. public class DIVView extends BlockView {
  4.    public DIVView(View parent, Element e, HTMLPane container) {
  5.       super(parent, e, container);
  6.    }
  7.  
  8.    protected void init() {
  9.       super.m_alignment = Utilities.setAlignmentProperty(false, 0, "align", super.m_elem.getAttributes());
  10.    }
  11. }
  12.